home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / cmln0385.arc / DEBUG3.LTG < prev    next >
Text File  |  1986-02-27  |  512b  |  20 lines

  1.  
  2. debug.art Listing 3.
  3.  
  4.  
  5.  
  6.   #definσ ▀ ,
  7.   #define StdMsg \
  8.      (void) fprintf(stderr \
  9.      , DEBUGIN("%14s|%4d|%8s|%c%d|") DEBUGOUT("%14s|%4d|") \
  10.      , __FILE__ \
  11.      , __LINE__ \
  12.        DEBUGIN \
  13.        ( \
  14.        _ thisProc.procName \
  15.        _ thisProc.procId \
  16.        _ thisBlock.blockLevel \
  17.        ) /* DEBUGIN */ \
  18.      ); \
  19.      (void) fprintf /* (stderr, ... ) */
  20.